home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo
- echo This is a typical .BAT file for making an .EXE file. It uses the
- echo utility "WWP_MAKE.EXE" to combine the presentation "WWP.DD" and
- echo our registration form "REGISTER.DOC" to produce "WWP.EXE."
- echo
- echo To conserve space, we give you the pieces to put together your
- echo own copy of the MakeDemo Overview. And you still have the
- echo individual files to investigate later. See how we implemented
- echo the menus and hid the "Help File." And view the registration
- echo form with your text editor in the DOS or ASCII text mode.
- echo
- echo It's really very simple. Here goes!
- echo on
- WWP_MAKE WWP.EXE REGISTER.DOC WWP.DD
- echo Now let's see the result!!
- WWP